You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxExpression Class > TMtxExpression Methods > Test Method > TMtxExpression.Test Method ([In] string, double, bool)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxExpression.Test Method ([In] string, double, bool)

Specifies a single expression, which must match ResultValue, underwise an exception is raised.

Syntax
C#
Visual Basic
public void Test([In] string anExpr, double ResultValue, bool AllowNanInf);

Test "+" operator 

 

procedure TestAddOperator(aParser: TMtxExpression); begin aParser.Test('1+2',3); //no exception will be raised, if result is a match end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!